← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:04 2022

Filename(eval 33)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 48 statements in 114µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1611145µs40.3msJSON::Schema::Modern::::hasJSON::Schema::Modern::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern;
2
# spent 40.3ms (145µs+40.2) within JSON::Schema::Modern::has which was called 16 times, avg 2.52ms/call: # 16 times (145µs+40.2ms) by MooX::HandlesVia::has at line 31 of MooX/HandlesVia.pm, avg 2.52ms/call
sub has {
31617µs for my $method (@$before) {
41627µs16987µs $method->(@_);
# spent 987µs making 16 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 62µs/call
5 }
61670µs1639.2ms $$wrapped->(@_);}
# spent 39.2ms making 16 calls to Moo::has, avg 2.45ms/call
7;